#customForm
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.custombg
{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 11;
}
.custominfo
{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 270px;
    height: 300px;
    background-color:#fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 12;
    margin: -150px 0 0 -135px;
    padding: 10px;
}
.custominfo img
{
    width: 270px;
}
.custominfo p
{
    width: 270px;
    height: 30px;
    font-size: 14px;
    text-align: center !important;
    line-height: 30px;
    color: #666;
}